body {
  background-color: #fff;
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #9aa6af;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: transparent;
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased; }

.content {
  background: #ffffff; }

a {
  text-decoration: none; }

.container {
  overflow: hidden;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.top {
  background: #f3f5f6;
  width: 100%;
  -moz-box-shadow: 0px 1px 8px #B8B8B8;
  -webkit-box-shadow: 0px 1px 8px #B8B8B8;
  box-shadow: 0px 1px 8px #B8B8B8; }

header {
  height: 60px;
  position: relative; }
  header .logo {
    margin-top: 7px;
    display: inline-block; }
    header .logo img {
      height: 44px; }

.burger {
  position: absolute;
  float: left;
  padding: 10px;
  top: 4px;
  left: 10px;
  display: none; }
  .burger li {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    margin: 5px 0; }
  .burger .open li {
    background-color: #d9dde1; }

nav {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1; }
  nav li {
    float: left;
    display: inline-block;
    position: relative; }
    nav li a {
      height: 60px;
      line-height: 60px;
      font-size: 14px;
      color: #9aa6af;
      display: inline-block;
      padding: 0px 15px; }
      nav li a:hover {
        color: #000; }
    nav li .sub-nav {
      position: absolute;
      background: #ccc;
      top: 60px;
      left: 0px;
      right: 0px; }
      nav li .sub-nav li {
        display: block;
        float: none; }
        nav li .sub-nav li a {
          width: 100%;
          height: 40px;
          line-height: 40px;
          font-size: 12px;
          color: #9aa6af;
          display: inline-block;
          text-align: center;
          padding: 0px; }
          nav li .sub-nav li a:hover {
            color: #000; }
      nav li .sub-nav .sub-title {
        display: none; }

@media only screen and (max-width: 750px) {
  header {
    height: 60px;
    z-index: 2;
    background-color: #060a0c;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    header .logo {
      height: 44px;
      display: block;
      text-align: center;
      margin-top: 7px; }

  .burger {
    display: block; }

  nav {
    width: 64%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #f3f3f3;
    z-index: 0;
    opacity: .3;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    transform: translate3d(5%, 0, 0) scale(0.97); }
    nav ul {
      height: 100%;
      overflow-y: auto;
      position: relative; }
      nav ul li {
        display: block;
        float: none;
        border-bottom: 1px solid #ddd; }
        nav ul li a {
          letter-spacing: 3px;
          font-size: 14px;
          height: 50px;
          line-height: 50px; }
          nav ul li a .active {
            color: #fff;
            background-color: #141e23; }
          nav ul li a:hover {
            color: #fff;
            background-color: #19252c; }
          nav ul li a .nav-drop {
            display: inline-block;
            -ms-transform: rotate(-90deg);
            /* IE 9 */
            -moz-transform: rotate(-90deg);
            /* Firefox */
            -webkit-transform: rotate(-90deg);
            /* Safari and Chrome */
            -o-transform: rotate(-90deg);
            /* Opera */
            transform: rotate(-90deg); }
        nav ul li .sub-nav {
          height: 100%;
          background: #f3f3f3;
          position: fixed;
          top: 0px;
          bottom: 0px;
          z-index: 99; }
          nav ul li .sub-nav .sub-title {
            display: block; }
          nav ul li .sub-nav li {
            padding: 0px 20px;
            text-align: center;
            border-bottom: 1px solid #ddd;
            height: 50px;
            line-height: 50px; }
            nav ul li .sub-nav li a {
              text-align: left; }
    nav li:first-child a.active,
    nav li:first-child a:hover {
      border-radius: 10px 0 0 0; }

  .header-section {
    margin-top: 60px; }

  nav.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -webkit-animation: slideIn .35s ease-in-out;
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -moz-animation: slideIn .35s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1);
    animation: slideIn .35s ease-in-out; }

  @-webkit-keyframes slideIn {
    0% {
      opacity: .3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1); } }
  @-moz-keyframes slideIn {
    0% {
      opacity: .3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1); } }
  @keyframes slideIn {
    0% {
      opacity: .3;
      transform: translate3d(5%, 0, 0) scale(0.97); }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); } }
  nav.close {
    opacity: .3;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
    -webkit-animation: slideOut .3s ease-in-out;
    -moz-transform: translate3d(5%, 0, 0) scale(0.97);
    -moz-animation: slideOut .3s ease-in-out;
    transform: translate3d(5%, 0, 0) scale(0.97);
    animation: slideOut .3s ease-in-out; }

  @-webkit-keyframes slideOut {
    0% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      -webkit-transform: translate3d(5%, 0, 0) scale(0.97); } }
  @-moz-keyframes slideOut {
    0% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      -moz-transform: translate3d(5%, 0, 0) scale(0.97); } }
  @keyframes slideOut {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }
    100% {
      opacity: .3;
      transform: translate3d(5%, 0, 0) scale(0.97); } }
  .content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1; }

  header.open,
  .content.open {
    -webkit-transform: translate3d(240px, 0, 0);
    -webkit-animation: open .5s ease-in-out;
    -moz-transform: translate3d(240px, 0, 0);
    -moz-animation: open .5s ease-in-out;
    transform: translate3d(240px, 0, 0);
    animation: open .5s ease-in-out; }

  @-webkit-keyframes open {
    0% {
      -webkit-transform: translate3d(0, 0, 0); }
    70% {
      -webkit-transform: translate3d(260px, 0, 0); }
    100% {
      -webkit-transform: translate3d(240px, 0, 0); } }
  @-moz-keyframes open {
    0% {
      -moz-transform: translate3d(0, 0, 0); }
    70% {
      -moz-transform: translate3d(260px, 0, 0); }
    100% {
      -moz-transform: translate3d(240px, 0, 0); } }
  @keyframes open {
    0% {
      transform: translate3d(0, 0, 0); }
    70% {
      transform: translate3d(260px, 0, 0); }
    100% {
      transform: translate3d(240px, 0, 0); } }
  header.close,
  .content.close {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: close .3s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation: close .3s ease-in-out;
    transform: translate3d(0, 0, 0);
    animation: close .3s ease-in-out; }

  @-webkit-keyframes close {
    0% {
      -webkit-transform: translate3d(240px, 0, 0); }
    100% {
      -webkit-transform: translate3d(0, 0, 0); } }
  @-moz-keyframes close {
    0% {
      -moz-transform: translate3d(240px, 0, 0); }
    100% {
      -moz-transform: translate3d(0, 0, 0); } }
  @keyframes close {
    0% {
      transform: translate3d(240px, 0, 0); }
    100% {
      transform: translate3d(0, 0, 0); } } }
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.banner .carousel-item img {
  width: 100%; }

.footer {
  background: #f0f0f0;
  color: #9e9e9e;
  text-align: center;
  height: 40px;
  line-height: 40px; }

/*# sourceMappingURL=navs.css.map */
